go/types.Checker.initVar (method)
6 uses
go/types (current package)
assignments.go#L156: func (check *Checker) initVar(lhs *Var, x *operand, context string) {
assignments.go#L413: check.initVar(lhs, &x, context)
assignments.go#L443: check.initVar(lhs, rhs[i], context)
decl.go#L483: check.initVar(obj, &x, "variable declaration")
range.go#L136: check.initVar(obj, &x, "range clause")
range.go#L142: check.initVar(obj, &y, "assignment") // error is on variable, use "assignment" not "range clause"
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)